2d2001
@@ -547,7 +547,7 @@
public ThriftHiveProcessorFactory(TProcessor processor, HiveConf conf) {
     @Override
     public TProcessor getProcessor(TTransport trans) {
       try {
-        Iface handler = new HiveServerHandler(conf);
+        Iface handler = new HiveServerHandler(new HiveConf(conf));
         return new ThriftHive.Processor(handler);
       } catch (Exception e) {
         throw new RuntimeException(e);
